html {
    background:rgb(52,50,51);
    -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'astrxLogoText';
  font-style:  normal;
  font-weight: 100;
  src: url("font/biysk.regular.ttf") format('truetype');
}

body {
    margin: 0 auto;
    max-width: 1024px;
    padding: 2em 2em 4em;
    background:rgb(52,50,51);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-word;
    color:rgb(239,218,185);
    }

.img-glyph{
    /* Filter value generator:  https://codepen.io/sosuke/pen/Pjoqqp : ffcd00 */
    filter: brightness(0) saturate(100%) invert(85%) sepia(16%) saturate(4237%) hue-rotate(357deg) brightness(99%) contrast(106%);
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}

.img-bug {
    filter: invert(85%) sepia(16%) saturate(4237%) hue-rotate(357deg) brightness(99%) contrast(106%);
    max-width:auto;
    max-height:100%;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}

.img-bug a:hover { 
    /* Filter value generator:  https://codepen.io/sosuke/pen/Pjoqqp : ff00000 */
    filter: brightness(0) saturate(100%) invert(13%) sepia(100%) saturate(7285%) hue-rotate(200deg) brightness(98%) contrast(119%);
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.container {
    position: relative;
    overflow: hidden;
    }

#carousel {
    cursor: pointer;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

#carousel .slide {
    display: inline-block;
}

.logo-img-left {
    position: absolute;
    display: block;  
    vertical-align: middle;
    left: 88px;
    width: 30%;
    bottom: 24px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    }

.logo-top-right {
    position: absolute;
    top: 0px;
    right: 16px;
    border: 0;
    padding: 0;
    margin: 0;
    font-family: "astrxLogoText";
    font-size: 60px;
    color:rgb(255,205,0); /* ffcd00 */
    }

.logo-text {
    font-family: "astrxLogoText";
    color:rgb(255,205,0); /* ffcd00 */
    }

/* https://www.freeconvert.com/mp4-converter/download */
.video_wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
    /*padding-bottom: 100%; */
    }

iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

b {
    font-weight: 600;
    color:rgb(255,195,31);
    }

strong {
    font-weight: 600;
    color:rgb(255,195,31);
    }

li {
    list-style-type: disc;
    padding-left: 1em;
}

footer {
    max-width: 1024px;
    }

.footer-info {
    text-align: left;
    background:rgb(52,50,51);
    color:rgb(239,218,185);
    border-radius: 8px;
    border: 2px solid;
    border-color: rgb(255,195,31);
    padding-top: 3px;
    padding-right: 20px;
    padding-bottom: 3px;
    padding-left: 20px;
    }

.button {
    position: relative;
    cursor: pointer;
    background:rgb(52,50,51);
    color:rgb(239,218,185);
    border-radius: 8px;
    border: 2px solid;
    border-color: rgb(255,195,31);
    text-align: center;
    font-size: 20px;
    padding: 5px;
    margin: 5px;
    width: 150px;
    transition: all 0.5s;
    }

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    }

.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
    }

.button:hover span {
    padding-right: 25px;
    background:rgb(255,195,31);
    color:rgb(52,50,51);
    width: 120px;
    }

.button:hover span:after {
    opacity: 1;
    right: 0;
    }

a:link {
    color:rgb(239,218,185);
    background-color: transparent;
    text-decoration: none;
    }

a:visited {
  color: rgb(239,218,185);
  background-color: transparent;
  text-decoration: none;
    }

a:hover {
  color: rgb(255,195,31);
  background-color: transparent;
  text-decoration: underline;
    }

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color:rgb(248,246,242);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: rgb(87,76,79);
    display: block;
    transition: 0.3s;
    }

.sidenav a:hover {
    color: rgb(255,195,31);
    font-size: 20px;
    }

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    }

#main {
    transition: margin-left .5s;
    padding: 16px;
    }

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
    }
